Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_graph
ctype_graph
Check for any printable characters except spaces
Name:
ctype_graph
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check for any printable characters except spaces
Related
Quick Guide to Creating a Simple QR Code Generator with PHP
8
Use array_filter() to preserve only items with boolean type true
9
Use php://stdin and hash_update_stream() command line processing
4
Use strace or netstat to troubleshoot socket_accept() listening status issues
5
Similar Functions
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_xdigit
ctype_xdigit
Checkcharactersrepre
ctype_space
ctype_space
Checkspacecharacters
ctype_digit
ctype_digit
Checknumericcharacte
ctype_graph
ctype_graph
Checkforanyprintable
ctype_print
ctype_print
Checkprintablecharac
ctype_lower
ctype_lower
Checklowercasecharac
Popular Articles